| /PHP_5_5/ext/openssl/ |
| H A D | openssl.mak | 2 # which will set this as an environment variable
|
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.mak | 2 # which will set this as an environment variable
|
| /PHP_5_5/ext/spl/internal/ |
| H A D | spldoublylinkedlist.inc | 71 * @param $data variable to add to the DLL. 80 * @param $data variable to add to the DLL.
|
| /PHP_5_5/ext/xml/ |
| H A D | xml.mak | 2 # which will set this as an environment variable
|
| /PHP_5_5/ |
| H A D | ltmain.sh | 31 # the _XPG environment variable is not equal to 1 (one), the special 89 magic="%%%MAGIC variable%%%" 265 # but not from the CC environment variable when configure was run. 594 # If this variable is set in any of the actions, the command in it 753 # in scan sets (worked around with variable expansion), 5352 # This environment variable determines our operation mode. 5354 # install mode needs the following variable: 5950 # This variable tells wrapper scripts just to set variables rather 6361 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" 6365 $echo " - add LIBDIR to the \`$runpath_var' environment variable" [all...] |
| /PHP_5_5/scripts/ |
| H A D | phpize.in | 128 \$PHP_AUTOCONF environment variable. Then, rerun this script. 136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
|
| /PHP_5_5/tests/lang/ |
| H A D | 023-1.inc | 6 * (e.g. variable aliasing, arithemtic operator, various control 12 *** Testing assignments and variable aliasing: ***<br> 14 /* This test tests assignments to variables using other variables as variable-names */ 237 echo "Each array variable should be equal to the sum of its indices:<br>\n";
|
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.mak | 2 # which will set this as an environment variable
|
| /PHP_5_5/ext/mysql/ |
| H A D | mysql.mak | 2 # which will set this as an environment variable
|
| /PHP_5_5/ext/oci8/ |
| H A D | oci8.c | 166 ZEND_ARG_INFO(1, variable) 173 ZEND_ARG_INFO(1, variable) 181 ZEND_ARG_INFO(1, variable) 2746 * generic bug which can free up the OCI_G(err) variable before destroying connections. We
|
| /PHP_5_5/ext/sysvshm/ |
| H A D | sysvshm.c | 65 ZEND_ARG_INFO(0, variable) 240 /* {{{ proto bool shm_put_var(resource shm_identifier, int variable_key, mixed variable) 241 Inserts or updates a variable in shared memory */ 255 /* setup string-variable and serialize */ 266 /* insert serialized variable into shared memory */ 281 Returns a variable from shared memory */ 297 /* setup string-variable and serialize */ 298 /* get serialized variable from shared memory */ 302 php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable key %ld doesn't exist", shm_key); 310 php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable dat [all...] |
| /PHP_5_5/sapi/apache/ |
| H A D | php_apache.c | 78 ZEND_ARG_INFO(0, variable) 434 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 435 Set an Apache subprocess_env variable */
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | php_functions.c | 221 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 222 Set an Apache subprocess_env variable */ 226 char *variable=NULL, *string_val=NULL; local 231 if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) { 243 apr_table_set(ctx->r->subprocess_env, variable, string_val); 249 /* {{{ proto bool apache_getenv(string variable [, bool walk_to_top]) 250 Get an Apache subprocess_env variable */ 254 char *variable=NULL; local 260 if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { 272 env_val = (char*) apr_table_get(ctx->r->subprocess_env, variable); [all...] |
| /PHP_5_5/sapi/apache2handler/ |
| H A D | php_functions.c | 249 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 250 Set an Apache subprocess_env variable */ 256 char *variable=NULL, *string_val=NULL; local 262 if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) { 277 apr_table_set(r->subprocess_env, variable, string_val); 283 /* {{{ proto bool apache_getenv(string variable [, bool walk_to_top]) 284 Get an Apache subprocess_env variable */ 291 char *variable=NULL; local 298 if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { 313 env_val = (char*) apr_table_get(r->subprocess_env, variable); [all...] |
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | php_apache.c | 67 ZEND_ARG_INFO(0, variable) 1807 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 1808 Set an Apache subprocess_env variable */
|
| /PHP_5_5/sapi/isapi/ |
| H A D | php5isapi.c | 599 char *variable; local 643 variable = php_strtok_r(isapi_special_server_variables[SPECIAL_VAR_ALL_HTTP], "\r\n", &strtok_buf); 644 while (variable) { 645 char *colon = strchr(variable, ':'); 654 php_register_variable(variable, value, track_vars_array TSRMLS_CC); 657 variable = php_strtok_r(NULL, "\r\n", &strtok_buf);
|
| /PHP_5_5/ext/filter/ |
| H A D | filter.c | 92 ZEND_ARG_INFO(0, variable) 451 /* Store the RAW variable internally */ 460 /* Register mangled variable */ 568 * Returns true if the variable with the name 'name' exists in source. 736 * Returns the filtered variable 'name'* from source `type`. 793 /* {{{ proto mixed filter_var(mixed variable [, long filter [, mixed options]])
|
| /PHP_5_5/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 135 does not want to have "extern" before variable definitions because it leads to 1194 /* This variable is used to detect a loaded regular expression 2222 0, /* XCLASS - variable length */ \ 2411 int req_varyopt; /* "After variable item" flag for reqbyte */
|
| /PHP_5_5/Zend/ |
| H A D | zend_language_parser.y | 136 %token T_STRING_VARNAME "variable name (T_STRING_VARNAME)" 137 %token T_VARIABLE "variable (T_VARIABLE)" 304 | T_RETURN variable ';' { zend_do_return(&$2, 1 TSRMLS_CC); } 312 | T_FOREACH '(' variable T_AS 362 variable { zend_do_end_variable_parse(&$1, BP_VAR_UNSET, 0 TSRMLS_CC); zend_do_unset(&$1 TSRMLS_CC); } 438 variable { zend_check_writable_variable(&$1); $$ = $1; } 439 | '&' variable { zend_check_writable_variable(&$2); $$ = $2; $$.EA |= ZEND_PARSED_REFERENCE_VARIABLE; } 554 | variable { Z_LVAL($$.u.constant) = 1; zend_do_pass_param(&$1, ZEND_SEND_VAR, Z_LVAL($$.u.constant) TSRMLS_CC); } 557 | non_empty_function_call_parameter_list ',' variable { Z_LVAL($$.u.constant)=Z_LVAL($1.u.constant)+1; zend_do_pass_param(&$3, ZEND_SEND_VAR, Z_LVAL($$.u.constant) TSRMLS_CC); } 740 | variable ' 1020 variable: label [all...] |
| H A D | zend_compile.h | 413 #define IS_UNUSED (1<<3) /* Unused variable */ 414 #define IS_CV (1<<4) /* Compiled variable */ 454 void zend_do_assign(znode *result, znode *variable, znode *value TSRMLS_DC); 458 void zend_do_indirect_references(znode *result, const znode *num_references, znode *variable TSRMLS_DC); 491 void zend_do_end_variable_parse(znode *variable, int type, int arg_offset TSRMLS_DC); 493 void zend_check_writable_variable(const znode *variable); 600 void zend_do_unset(const znode *variable TSRMLS_DC); 601 void zend_do_isset_or_isempty(int type, znode *result, znode *variable TSRMLS_DC); 605 void zend_do_foreach_begin(znode *foreach_token, znode *open_brackets_token, znode *array, znode *as_token, int variable TSRMLS_DC); 739 /* variable parsin [all...] |
| H A D | zend_float.h | 130 a variable to ensure that the expression passed into val will be evaluated 189 a variable to ensure that the expression passed into val will be evaluated 248 /* We use a temporary volatile variable (in a new block) in order to ensure 250 variable ensures truncation to correct precision. */ 304 /* We use a temporary volatile variable (in a new block) in order to ensure 306 variable ensures truncation to correct precision. */ 334 fnstcw - Store the FPU control word in a variable 335 fldcw - Load the FPU control word from a variable 382 /* We use a temporary volatile variable (in a new block) in order to ensure 384 variable ensure [all...] |
| H A D | zend_builtin_functions.c | 193 ZEND_ARG_INFO(0, variable) 1445 /* {{{ proto leak_variable(mixed variable [, bool leak_data]) */ 1776 Returns an associative array of names and values of all currently defined variable names (variables in the current scope) */
|
| H A D | zend_compile.c | 568 static inline zend_bool zend_is_function_or_method_call(const znode *variable) /* {{{ */ argument 570 zend_uint type = variable->EA; 921 void zend_do_assign(znode *result, znode *variable, znode *value TSRMLS_DC) /* {{{ */ argument 953 zend_do_end_variable_parse(variable, BP_VAR_W, 0 TSRMLS_CC); 958 if (variable->op_type == IS_CV) { 959 if (variable->u.op.var == CG(active_op_array)->this_var) { 962 } else if (variable->op_type == IS_VAR) { 971 last_op->result.var == variable->u.op.var) { 1016 SET_NODE(opline->op1, variable); 1081 * We won't try to free something of we don't have loop variable 1275 zend_check_writable_variable(const znode *variable) argument 1297 zend_do_end_variable_parse(znode *variable, int type, int arg_offset TSRMLS_DC) argument [all...] |