Home
last modified time | relevance | path

Searched refs:current (Results 501 – 525 of 585) sorted by relevance

1...<<21222324

/PHP-5.5/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt72 // Get current value of the attribute and check if it equals $new_val.
/PHP-5.5/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-5.5/ext/date/tests/
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 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_date_set_variation4.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 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-5.5/ext/oci8/tests/
H A Dbug43497_92.phpt21 function sessionid($c) // determines and returns current session ID
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt22 get the current type of the variable
167 // get the current data type
/PHP-5.5/main/
H A Doutput.c1219 php_output_handler **current, *orphan = OG(active); in php_output_stack_pop() local
1249 if (SUCCESS == zend_stack_top(&OG(handlers), (void *) &current)) { in php_output_stack_pop()
1250 OG(active) = *current; in php_output_stack_pop()
/PHP-5.5/ext/standard/tests/file/
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-5.5/
H A D.gdbinit160 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
583 dump operands of the current opline
H A Drun-tests.php2226 $diff[] = current($old1);
2230 $diff[] = current($old2);
2234 $diff[] = current($old1);
2238 $diff[] = current($old2);
H A DREADME.GIT-RULES48 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c882 php_mysqli_stmt_copy_it(zval *** copies, zval *original, uint param_count, uint current) argument
887 MAKE_STD_ZVAL((*copies)[current]);
888 *(*copies)[current] = *original;
889 Z_SET_REFCOUNT_P((*copies)[current], 1);
890 zval_copy_ctor((*copies)[current]);
/PHP-5.5/Zend/
H A Dzend_API.c3943 ZEND_API void zend_save_error_handling(zend_error_handling *current TSRMLS_DC) /* {{{ */ in zend_save_error_handling()
3945 current->handling = EG(error_handling); in zend_save_error_handling()
3946 current->exception = EG(exception_class); in zend_save_error_handling()
3947 current->user_handler = EG(user_error_handler); in zend_save_error_handling()
3948 if (current->user_handler) { in zend_save_error_handling()
3949 Z_ADDREF_P(current->user_handler); in zend_save_error_handling()
3954 … error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC) /* {{{… in zend_replace_error_handling()
3956 if (current) { in zend_replace_error_handling()
3957 zend_save_error_handling(current TSRMLS_CC); in zend_replace_error_handling()

Completed in 100 milliseconds

1...<<21222324