Home
last modified time | relevance | path

Searched refs:current (Results 576 – 600 of 661) sorted by relevance

1...<<21222324252627

/PHP-7.2/main/
H A Doutput.c1196 php_output_handler **current, *orphan = OG(active); in php_output_stack_pop() local
1226 if ((current = zend_stack_top(&OG(handlers)))) { in php_output_stack_pop()
1227 OG(active) = *current; in php_output_stack_pop()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1122 zend_generator *gen = (zend_generator *) obj, *current = zend_generator_get_current(gen); in PHPDBG_COMMAND() local
1127 if (gen != current) { in PHPDBG_COMMAND()
1128 if (gen->node.parent != current) { in PHPDBG_COMMAND()
1131 phpdbg_out(" executing #%d currently", current->std.handle); in PHPDBG_COMMAND()
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt112 // no chance to return int with the current PDO version - we are forced to return strings
/PHP-7.2/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt72 // Get current value of the attribute and check if it equals $new_val.
/PHP-7.2/ext/date/tests/
H A DDateTime_setTime_variation2.phpt6 * Description: Resets the current time of the DateTime object to a different time.
H A DDateTime_setTime_variation3.phpt6 * Description: Resets the current time of the DateTime object to a different time.
H A Ddate_date_set_variation2.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_date_set_variation3.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_time_set_variation3.phpt6 * Description: Resets the current time of the DateTime object to a different time.
H A Ddate_time_set_variation4.phpt6 * Description: Resets the current time of the DateTime object to a different time.
H A DDateTime_setDate_variation1.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A DDateTime_setDate_variation2.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A DDateTime_setDate_variation3.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A DDateTime_setTime_variation1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
H A Ddate_date_set_variation4.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_date_set_variation1.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_time_set_variation1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt22 get the current type of the variable
167 // get the current data type
H A Dgettype_settype_variation2.phpt25 get the current type of the variable
174 // get the current data type
H A Dgettype_settype_variation3.phpt22 get the current type of the variable
171 // get the current data type
/PHP-7.2/ext/standard/tests/file/
H A Dpathinfo_basic.phpt38 ".", // current directory
H A Dftruncate_variation5-win32.phpt54 /* try to truncate it to size bigger then current */
57 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation5.phpt54 /* try to truncate it to size bigger then current */
57 var_dump( filesize($filename) ); // current filesize
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c516 …sqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int current) in mysqlnd_stmt_copy_it() argument
522 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in214 ; the current request being served.
364 ; Default Value: current directory or / when chroot
392 ; the current environment.

Completed in 48 milliseconds

1...<<21222324252627