Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.3/tests/output/
H A Dob_start_basic_002.phpt27 $callbacks = $functions['user'];
28 sort($callbacks);
29 foreach ($callbacks as $callback) {
H A Dob_start_basic_005.phpt2 ob_start(): non-static method as static callbacks.
H A Dob_start_callbacks.phpt2 Test ob_start() with callbacks in variables
/PHP-5.3/ext/standard/tests/array/
H A Darray_reduce_variation3.phpt2 Test array_reduce() function : variation - object callbacks
11 echo "*** Testing array_reduce() : variation - object callbacks ***\n";
29 *** Testing array_reduce() : variation - object callbacks ***
H A Darray_uintersect_uassoc_variation6.phpt2 Test array_uintersect_uassoc() function : usage variation - incorrect callbacks
6 …ed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
11 echo "*** Testing array_uintersect_uassoc() : usage variation - incorrect callbacks ***\n";
37 *** Testing array_uintersect_uassoc() : usage variation - incorrect callbacks ***
H A Darray_uintersect_uassoc_error.phpt6 …ed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
H A Darray_uintersect_uassoc_variation1.phpt6 …ed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
H A Darray_uintersect_uassoc_variation2.phpt6 …ed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
H A Darray_uintersect_uassoc_variation5.phpt6 …ed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
/PHP-5.3/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt2 Test session_set_save_handler() function : using closures as callbacks
19 echo "*** Testing session_set_save_handler() : using closures as callbacks ***\n";
51 *** Testing session_set_save_handler() : using closures as callbacks ***
/PHP-5.3/tests/lang/
H A Dbug22690.phpt2 Bug #22690 (ob_start() is broken with create_function() callbacks)
H A Dbug23489.phpt2 Bug #23489 (ob_start() is broken with method callbacks)
/PHP-5.3/Zend/tests/
H A Dcall_static_002.phpt2 Testing __call and __callstatic with callbacks
H A Dbug31720.phpt2 Bug #31720 (Invalid object callbacks not caught in array_walk())
H A Dbug34260.phpt2 Bug #34260 (Segfault with callbacks (array_map) + overloading)
/PHP-5.3/ext/xml/tests/
H A Dxml_closures_001.phpt2 XML parser test using closures as callbacks
H A Dxml_set_object_error.phpt12 * Description: Set up object which should be used for callbacks
H A Dxml001.phpt2 XML parser test, function callbacks
H A Dxml003.phpt2 XML parser test, xml_set_object callbacks
H A Dxml002.phpt2 XML parser test, object tuple callbacks
H A Dxml_set_object_variation2.phpt12 * Description: Set up object which should be used for callbacks
H A Dxml_set_object_variation1.phpt12 * Description: Set up object which should be used for callbacks
/PHP-5.3/tests/classes/
H A Dtype_hinting_004.phpt2 Ensure type hints are enforced for functions invoked as callbacks.
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt2 Testing several callbacks using PDO::FETCH_FUNC
/PHP-5.3/ext/sqlite/
H A Dsqlite.c156 HashTable callbacks; member
682 zend_hash_destroy(&db->callbacks); in ZEND_RSRC_DTOR_FUNC()
751 zend_hash_apply(&db->callbacks, (apply_func_t)php_sqlite_callback_invalidator TSRMLS_CC); in php_sqlite_forget_persistent_id_numbers()
1501 zend_hash_init(&db->callbacks, 0, NULL, php_sqlite_callback_dtor, db->is_persistent); in php_sqlite_open()
3245 if (SUCCESS == zend_hash_find(&db->callbacks, hashkey, hashkeylen+1, (void*)&alloc_funcs)) { in prep_callback_struct()
3267 ret = SUCCESS == zend_hash_update(&db->callbacks, hashkey, hashkeylen+1, in prep_callback_struct()

Completed in 32 milliseconds

12