Home
last modified time | relevance | path

Searched refs:it (Results 576 – 600 of 1011) sorted by relevance

1...<<21222324252627282930>>...41

/php-src/win32/build/
H A Dconfig.w32.phpize.in2 // "Master" config file; think of it as a configure.ac
85 // Find the php_build dir - it contains headers and libraries
87 …pment libraries (http://wiki.php.net/internals/windows/libs). Assumes that it is a sibling of this…
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt7 * and escape characters to test how natcasesort() re-orders it
/php-src/ext/zlib/tests/
H A Dgzseek_basic.phpt2 Test function gzseek() by calling it with its expected arguments when reading
H A Dgzseek_variation2.phpt2 Test function gzseek() by calling it with SEEK_SET when reading
/php-src/ext/sockets/tests/
H A Dipv6loop.phpt31 /* Connect to it */
H A Dunixloop.phpt31 /* Connect to it */
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_007.phpt19 …, CURLOPT_HTTPHEADER, array('Expect:')); // Disable Expect: header (lighttpd does not support it :)
/php-src/Zend/tests/list/
H A Dlist_reference_008.phpt18 * Increment $a, and it should be [3, 2]
/php-src/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt43 // PHP shouldn't convert this to an integer offset, because it's ArrayAccess
H A Dbug28442.phpt2 Bug #28442 (Changing a static variables in a class changes it across sub/super classes.)
/php-src/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt15 /* Connect to it */
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation4.phpt29 // in the include path. In this case it doesn't so the file should be written in the current dir.
/php-src/ext/standard/tests/general_functions/
H A Dproc_open02.phpt24 var_dump(proc_terminate($cat)); // now really quit it
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt14 /* Connect to mysql to determine the current charset so we can diffinate it */
H A Dpdo_mysql_attr_client_version.phpt32 printf("[003] Did we change it from '%s' to '%s'?\n", $version, $new_version);
H A Dpdo_mysql___construct_options.phpt58 /* TODO - why is this a valid option if getAttribute() does not support it?! */
62 /* TODO getAttribute() does not handle it */
64 /* TODO getAttribute() does not handle it */
131 // TODO: is it clever that a generic setting overrules a specific setting?
/php-src/ext/spl/tests/
H A Diterator_021.phpt34 function __construct($it, $max_depth)
37 parent::__construct($it);
H A Diterator_022.phpt34 function __construct($it, $max_depth)
37 parent::__construct($it);
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt13 * Open a directory with different premissions then try to read it
52 // change the dir permission to test dir on it
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt37 /* Pull it out */
77 /* Now to remove the large object from the database, so it doesn't
/php-src/sapi/fpm/tests/
H A Dlogreader.inc54 * Set current stream source and create it if it does not exist.
68 * Set file source as current and create it if it does not exist.
/php-src/ext/spl/
H A Dspl_heap.c1093 zend_iterator_init(&iterator->it); in spl_heap_get_iterator()
1095 ZVAL_OBJ_COPY(&iterator->it.data, Z_OBJ_P(object)); in spl_heap_get_iterator()
1096 iterator->it.funcs = &spl_heap_it_funcs; in spl_heap_get_iterator()
1100 return &iterator->it; in spl_heap_get_iterator()
1112 zend_iterator_init(&iterator->it); in spl_pqueue_get_iterator()
1114 ZVAL_OBJ_COPY(&iterator->it.data, Z_OBJ_P(object)); in spl_pqueue_get_iterator()
1115 iterator->it.funcs = &spl_pqueue_it_funcs; in spl_pqueue_get_iterator()
1119 return &iterator->it; in spl_pqueue_get_iterator()
/php-src/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt5 Francesco Fullone ff@ideato.it
/php-src/main/
H A Dinternal_functions.c.in10 | obtain it through the world-wide-web, please send a note to |
/php-src/tests/classes/
H A D__set__get_001.phpt37 // this doesn't go through __set()... should it?

Completed in 37 milliseconds

1...<<21222324252627282930>>...41