Home
last modified time | relevance | path

Searched refs:old (Results 26 – 50 of 125) sorted by relevance

12345

/PHP-5.5/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt19 echo "New child replaces old child:\n" . $document->saveXML();
34 New child replaces old child:
/PHP-5.5/Zend/tests/
H A Dbug52051.phpt2 Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+)
/PHP-5.5/ext/mysqli/tests/
H A Dclean_table.inc10 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_errno.phpt30 …printf("[004] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_errno_oo.phpt27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_error_oo.phpt29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_error.phpt32 …printf("[005] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/pgsql/tests/
H A D98old_api.phpt2 PostgreSQL old api
/PHP-5.5/ext/date/tests/
H A Dbug67308.phpt7 // Ensure we can still unserialize the old style.
/PHP-5.5/tests/classes/
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
/PHP-5.5/ext/oci8/tests/
H A Dbind_empty.phpt69 $av = $bv = 'old';
122 string(3) "old"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput212 right away, and can be any old pattern compiled in 8-bit mode ("abc" is
/PHP-5.5/ext/tidy/tests/
H A D024.phpt6 if (strtotime(tidy_get_release()) < strtotime('20 january 2007')) die ('skip old libtidy');
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c432 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry() argument
434 zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL); in zend_shared_alloc_register_xlat_entry()
437 void *zend_shared_alloc_get_xlat_entry(const void *old) in zend_shared_alloc_get_xlat_entry() argument
441 if (zend_hash_index_find(&xlat_table, (ulong)old, (void **)&retval) == FAILURE) { in zend_shared_alloc_get_xlat_entry()
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o… argument
35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old argument
37 # define accel_xlat_set(old, new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*)… argument
38 # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*… argument
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt6 list - it does not replace the old function.
/PHP-5.5/ext/mysql/tests/
H A Dtable.inc12 printf("Failed to drop old test table: [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.5/ext/phar/
H A Dtar.c211 php_uint32 sum1, sum2, size, old; in phar_parse_tarfile() local
234 old = (memcmp(hdr->magic, "ustar", sizeof("ustar")-1) != 0); in phar_parse_tarfile()
264 sum2 = phar_tar_checksum(buf, old?sizeof(old_tar_header):sizeof(tar_header)); in phar_parse_tarfile()
270 if (!old && (hdr->typeflag == TAR_GLOBAL_HDR || hdr->typeflag == TAR_FILE_HDR)) { in phar_parse_tarfile()
275 …if (((!old && hdr->prefix[0] == 0) || old) && strnlen(hdr->name, 100) == sizeof(".phar/signature.b… in phar_parse_tarfile()
408 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
465 entry.tar_type = ((old & (hdr->typeflag == '\0')) ? TAR_FILE : hdr->typeflag); in phar_parse_tarfile()
474 if (old && entry.tar_type == TAR_FILE && S_ISDIR(entry.flags)) { in phar_parse_tarfile()
691 php_stream *old; member
1136 pass.old = oldfile; in phar_tar_flush()
/PHP-5.5/ext/gmp/tests/
H A D011.phpt7 die("skip your GMP is too old and will crash");
/PHP-5.5/ext/standard/tests/file/
H A Drename_basic.phpt27 // checking statistics of old and renamed file - both should be same except ctime
/PHP-5.5/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt20 <aw1:para>Any old text.</aw1:para>
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt45 string(22) "old ACE/gr binary file"
H A Dfinfo_buffer_variation1.phpt44 string(22) "old ACE/gr binary file"
/PHP-5.5/
H A DREADME.EXTENSIONS13 If this was your old module entry:

Completed in 48 milliseconds

12345