| /PHP_5_3/ext/openssl/ |
| H A D | openssl.mak | 2 # which will set this as an environment variable
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.mak | 2 # which will set this as an environment variable
|
| /PHP_5_3/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_3/ext/xml/ |
| H A D | xml.mak | 2 # which will set this as an environment variable
|
| /PHP_5_3/ |
| 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_3/scripts/ |
| H A D | phpize.in | 127 \$PHP_AUTOCONF environment variable. Then, rerun this script. 135 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
|
| /PHP_5_3/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_3/ext/ldap/ |
| H A D | ldap.mak | 2 # which will set this as an environment variable
|
| /PHP_5_3/ext/mysql/ |
| H A D | mysql.mak | 2 # which will set this as an environment variable
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 91 ZEND_ARG_INFO(0, variable) 450 /* Make a copy of the variable name, as php_register_variable_ex seems to 454 /* Store the RAW variable internally */ 465 /* Register mangled variable */ 581 * Returns true if the variable with the name 'name' exists in source. 749 * Returns the filtered variable 'name'* from source `type`. 806 /* {{{ proto mixed filter_var(mixed variable [, long filter [, mixed options]])
|
| /PHP_5_3/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_3/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_3/sapi/apache/ |
| H A D | php_apache.c | 78 ZEND_ARG_INFO(0, variable) 436 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 437 Set an Apache subprocess_env variable */
|
| /PHP_5_3/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_3/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_3/sapi/apache_hooks/ |
| H A D | php_apache.c | 67 ZEND_ARG_INFO(0, variable) 1808 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 1809 Set an Apache subprocess_env variable */
|
| /PHP_5_3/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_3/Zend/ |
| H A D | zend_compile.h | 336 #define IS_UNUSED (1<<3) /* Unused variable */ 337 #define IS_CV (1<<4) /* Compiled variable */ 377 void zend_do_assign(znode *result, znode *variable, const znode *value TSRMLS_DC); 381 void zend_do_indirect_references(znode *result, const znode *num_references, znode *variable TSRMLS_DC); 414 void zend_do_end_variable_parse(znode *variable, int type, int arg_offset TSRMLS_DC); 416 void zend_check_writable_variable(const znode *variable); 506 void zend_do_unset(const znode *variable TSRMLS_DC); 507 void zend_do_isset_or_isempty(int type, znode *result, znode *variable TSRMLS_DC); 511 void zend_do_foreach_begin(znode *foreach_token, znode *open_brackets_token, znode *array, znode *as_token, int variable TSRMLS_DC); 645 /* variable parsin [all...] |
| H A D | zend_float.h | 128 a variable to ensure that the expression passed into val will be evaluated 187 a variable to ensure that the expression passed into val will be evaluated 246 /* We use a temporary volatile variable (in a new block) in order to ensure 248 variable ensures truncation to correct precision. */ 302 /* We use a temporary volatile variable (in a new block) in order to ensure 304 variable ensures truncation to correct precision. */ 332 fnstcw - Store the FPU control word in a variable 333 fldcw - Load the FPU control word from a variable 380 /* We use a temporary volatile variable (in a new block) in order to ensure 382 variable ensure [all...] |
| H A D | zend_compile.c | 589 void zend_do_assign(znode *result, znode *variable, const znode *value TSRMLS_DC) /* {{{ */ argument 621 zend_do_end_variable_parse(variable, BP_VAR_W, 0 TSRMLS_CC); 626 if (variable->op_type == IS_CV) { 627 if (variable->u.var == CG(active_op_array)->this_var) { 630 } else if (variable->op_type == IS_VAR) { 639 last_op->result.u.var == variable->u.var) { 685 opline->op1 = *variable; 694 static inline zend_bool zend_is_function_or_method_call(const znode *variable) /* {{{ */ argument 696 zend_uint type = variable->u.EA.type; 761 * We won't try to free something of we don't have loop variable 957 zend_check_writable_variable(const znode *variable) argument 979 zend_do_end_variable_parse(znode *variable, int type, int arg_offset TSRMLS_DC) argument [all...] |
| H A D | zend_language_parser.y | 240 | T_RETURN variable ';' { zend_do_return(&$2, 1 TSRMLS_CC); } 247 | T_FOREACH '(' variable T_AS 253 variable foreach_optional_arg ')' { zend_check_writable_variable(&$6); zend_do_foreach_cont(&$1, &$2, &$4, &$6, &$7 TSRMLS_CC); } 290 variable { zend_do_end_variable_parse(&$1, BP_VAR_UNSET, 0 TSRMLS_CC); zend_do_unset(&$1 TSRMLS_CC); } 366 variable { zend_check_writable_variable(&$1); $$ = $1; } 367 | '&' variable { zend_check_writable_variable(&$2); $$ = $2; $$.u.EA.type |= ZEND_PARSED_REFERENCE_VARIABLE; } 479 | variable { Z_LVAL($$.u.constant) = 1; zend_do_pass_param(&$1, ZEND_SEND_VAR, Z_LVAL($$.u.constant) TSRMLS_CC); } 482 | 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); } 581 | variable '=' expr { zend_check_writable_variable(&$1); zend_do_assign(&$$, &$1, &$3 TSRMLS_CC); } 582 | variable ' 836 variable: label [all...] |
| H A D | zend_execute.c | 227 zend_error(E_NOTICE, "Undefined variable: %s", cv->name); 233 zend_error(E_NOTICE, "Undefined variable: %s", cv->name); 772 static inline HashTable *zend_get_target_symbol_table(const zend_op *opline, const temp_variable *Ts, int type, const zval *variable TSRMLS_DC) 1023 zend_error(E_WARNING, "Cannot unset offset in a non-array variable");
|
| /PHP_5_3/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 */
|