Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 25 of 55) sorted by last modified time

123

/PHP-5.5/win32/
H A Dinstall.txt751 Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="c:/
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt31 … Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/path/to/phplibrary"
/PHP-5.5/main/streams/
H A Dcast.c49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie() argument
51 return funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer); in fopencookie()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h79 #define REGISTER_XSL_CLASS(ce, name, parent_ce, funcs, entry) \ argument
80 INIT_CLASS_ENTRY(ce, name, funcs); \
/PHP-5.5/ext/standard/tests/network/
H A Dinet_ipv6.phpt12 if (stristr(PHP_OS, "darwin") !== false) die("skip MacOS has broken inet_*() funcs");
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h79 php_sqlite3_func *funcs; member
H A Dsqlite3.c960 func->next = db_obj->funcs;
961 db_obj->funcs = func;
1020 func->next = db_obj->funcs;
1021 db_obj->funcs = func;
2057 while (intern->funcs) {
2058 func = intern->funcs;
2059 intern->funcs = func->next;
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_007.phpt25 $funcs = array(
40 foreach($funcs as $idx => $func)
H A Dspl_autoload_008.phpt31 $funcs = array(
41 foreach($funcs as $idx => $func)
H A Dbug44144.phpt12 $funcs = spl_autoload_functions();
13 var_dump($funcs);
/PHP-5.5/ext/spl/
H A Dspl_iterators.c150 sub_iter->funcs->dtor(sub_iter TSRMLS_CC); in spl_recursive_it_dtor()
199 if (sub_iter->funcs->get_current_key) { in spl_recursive_it_get_current_key()
338 if (sub_iter->funcs->rewind) { in spl_recursive_it_move_forward_ex()
393 if (sub_iter->funcs->rewind) { in spl_recursive_it_rewind_ex()
430 iterator->intern.funcs = ce->iterator_funcs.funcs; in spl_recursive_it_get_iterator()
619 if (iterator->funcs->get_current_key) { in SPL_METHOD()
1189 if (iterator->funcs->get_current_key) { in SPL_METHOD()
3492 if (iter->funcs->rewind) { in spl_iterator_apply()
3493 iter->funcs->rewind(iter TSRMLS_CC); in spl_iterator_apply()
3515 iter->funcs->dtor(iter TSRMLS_CC); in spl_iterator_apply()
[all …]
H A Dspl_directory.c130 iterator->funcs->dtor(iterator TSRMLS_CC); in spl_filesystem_object_free_storage()
1663 iterator->intern.funcs = &spl_filesystem_dir_it_funcs; in spl_filesystem_dir_get_iterator()
1868 iterator->intern.funcs = &spl_filesystem_tree_it_funcs; in spl_filesystem_tree_get_iterator()
H A Dspl_dllist.c1321 iterator->intern.it.funcs = &spl_dllist_it_funcs; in spl_dllist_get_iterator()
H A Dspl_fixedarray.c1083 iterator->intern.it.funcs = &spl_fixedarray_it_funcs; in spl_fixedarray_get_iterator()
H A Dspl_functions.h31 #define REGISTER_SPL_STD_CLASS_EX(class_name, obj_ctor, funcs) \ argument
32 spl_register_std_class(&spl_ce_ ## class_name, # class_name, obj_ctor, funcs TSRMLS_CC);
34 #define REGISTER_SPL_SUB_CLASS_EX(class_name, parent_class_name, obj_ctor, funcs) \ argument
35 …ass(&spl_ce_ ## class_name, spl_ce_ ## parent_class_name, # class_name, obj_ctor, funcs TSRMLS_CC);
H A Dspl_heap.c1116 iterator->intern.it.funcs = &spl_heap_it_funcs; in spl_heap_get_iterator()
1140 iterator->intern.it.funcs = &spl_pqueue_it_funcs; in spl_pqueue_get_iterator()
H A Dspl_array.c1182 iterator->intern.it.funcs = &spl_array_it_funcs; in spl_array_get_iterator()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2334 if (iter->funcs->rewind) { in to_xml_array()
2335 iter->funcs->rewind(iter TSRMLS_CC); in to_xml_array()
2341 while (iter->funcs->valid(iter TSRMLS_CC) == SUCCESS) { in to_xml_array()
2346 iter->funcs->get_current_data(iter, &val TSRMLS_CC); in to_xml_array()
2350 if (iter->funcs->get_current_key) { in to_xml_array()
2352 iter->funcs->get_current_key(iter, &key TSRMLS_CC); in to_xml_array()
2364 iter->funcs->move_forward(iter TSRMLS_CC); in to_xml_array()
2370 iter->funcs->dtor(iter TSRMLS_CC); in to_xml_array()
/PHP-5.5/ext/skeleton/
H A Dcreate_stubs163 funcs[num_funcs] = func_name
180 proto = "/* {{{ proto " types[i] " " funcs[i] "("
182 refid = funcs[i]
186 " <refname>" funcs[i] "</refname>\n" \
193 " <funcdef>" types[i] " <function>" funcs[i] "</function></funcdef>\n"
236 proto = proto closeopts ")\n " fcomments[i] " */\nPHP_FUNCTION(" funcs[i] ")\n{"
259 print "\tphp_error(E_WARNING, \"" funcs[i] ": not yet implemented\");" > stubfile
264 h_stubs = h_stubs "PHP_FUNCTION(" funcs[i] ");\n"
265 c_stubs = c_stubs "\tPHP_FE(" funcs[i] ",\tNULL)\n"
267 print "PHP_FUNCTION(" funcs[i] ");" > extname "/function_declarations"
[all …]
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2349 iterator->intern.funcs = &php_sxe_iterator_funcs; in php_sxe_get_iterator()
2629 sxe_class_entry->iterator_funcs.funcs = &php_sxe_iterator_funcs; in PHP_MINIT_FUNCTION()
H A Dsxe.c50 ce_SimpleXMLElement->iterator_funcs.funcs->rewind((zend_object_iterator*)&iter TSRMLS_CC); in PHP_METHOD()
123 ce_SimpleXMLElement->iterator_funcs.funcs->move_forward((zend_object_iterator*)&iter TSRMLS_CC); in PHP_METHOD()
/PHP-5.5/ext/reflection/tests/
H A D013.phpt8 $funcs = $ext->getFunctions();
9 echo $funcs["sleep"]->getName();
/PHP-5.5/ext/phar/
H A Dphar_object.c1433 iter->funcs->get_current_data(iter, &value TSRMLS_CC); in phar_build()
1456 if (iter->funcs->get_current_key) { in phar_build()
1458 iter->funcs->get_current_key(iter, &key TSRMLS_CC); in phar_build()
1584 if (iter->funcs->get_current_key) { in phar_build()
1586 iter->funcs->get_current_key(iter, &key TSRMLS_CC); in phar_build()
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h60 struct pdo_sqlite_func *funcs; member
H A Dsqlite_driver.c106 while (H->funcs) { in pdo_sqlite_cleanup_callbacks()
107 func = H->funcs; in pdo_sqlite_cleanup_callbacks()
108 H->funcs = func->next; in pdo_sqlite_cleanup_callbacks()
575 func->next = H->funcs; in PHP_METHOD()
576 H->funcs = func; in PHP_METHOD()
655 func->next = H->funcs; in PHP_METHOD()
656 H->funcs = func; in PHP_METHOD()

Completed in 125 milliseconds

123