/PHP-7.1/ext/pcntl/tests/ |
H A D | 003.phpt | 13 var_dump(count($old)); 14 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old); 15 var_dump(count($old)); 16 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old); 17 var_dump(count($old)); 18 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old); 19 var_dump(count($old)); 20 pcntl_sigprocmask(SIG_SETMASK, array(), $old); 21 var_dump(count($old)); 22 pcntl_sigprocmask(SIG_SETMASK, array(), $old); [all …]
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 42 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 47 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set() 68 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 73 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set() 103 static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_64() argument 105 __asm__ __volatile__("casx [%2], %3, %0 " : "=&r"(new) : "0"(new), "r"(lock), "r"(old): "memory"); in atomic_cas_64() 111 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 113 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set() 120 static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_32() argument 122 __asm__ __volatile__("cas [%2], %3, %0 " : "=&r"(new) : "0"(new), "r"(lock), "r"(old): "memory"); in atomic_cas_32() [all …]
|
/PHP-7.1/TSRM/ |
H A D | buildconf | 12 mv aclocal.m4 aclocal.m4.old 2>/dev/null 14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then 16 mv aclocal.m4.old aclocal.m4 25 mv configure configure.old 2>/dev/null 27 if cmp configure.old configure > /dev/null 2>&1; then 29 mv configure.old configure
|
/PHP-7.1/Zend/ |
H A D | buildconf | 12 mv aclocal.m4 aclocal.m4.old 2>/dev/null 14 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then 16 mv aclocal.m4.old aclocal.m4 25 mv configure configure.old 2>/dev/null 27 if cmp configure.old configure > /dev/null 2>&1; then 29 mv configure.old configure
|
H A D | README.ZEND_VM | 12 Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can 28 same as in old zend_execute.c, but now it uses macros to access opcode operands 31 You can see the conformity of new macros to old code in the following list: 97 exclude old executor together with specialized one using --without-old-executor. 105 is the specialized version and the other is the old one non-specialized with 107 can switch to the old executor at runtime by calling zend_vm_use_old_executor().
|
/PHP-7.1/ext/soap/tests/bugs/ |
H A D | bug31695.phpt | 37 $old = $client->__setLocation("test://3"); 38 echo "$old\n"; 41 $client->__setLocation($old); 43 $old = $client->__setLocation(); 45 $client->__setLocation($old);
|
/PHP-7.1/Zend/tests/ |
H A D | bug32322.phpt | 25 echo "Using old class " . self::$instance -> myname . "\n"; 37 echo "Using old class " . $instance2 -> myname . "\n"; 69 Using old class Singleton1 72 Using old class Singleton1 75 Using old class Singleton2 78 Using old class Singleton2
|
H A D | bug38942.phpt | 2 Bug #38942 (Double old-style-ctor inheritance)
|
/PHP-7.1/ |
H A D | README.NEW-OUTPUT-API | 4 API adjustment to the old output control code: 26 // not possible with old API 41 // not possible with old API 49 // not possible with old API 85 // not possible with old API, unless hardcoding into output.c 89 // not possible with old API 93 // not possible with old API 97 //not possible with old API 101 // not possible with old API 105 // not possible with old API [all …]
|
/PHP-7.1/ext/standard/ |
H A D | html.h | 57 PHPAPI zend_string *php_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags,… 58 PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, int all, int fla… 59 PHPAPI zend_string *php_unescape_html_entities(unsigned char *old, size_t oldlen, int all, int flag…
|
H A D | html.c | 938 const char *old, in traverse_for_entities() argument 951 lim = old + oldlen; /* terminator address */ in traverse_for_entities() 954 for (p = old, q = ZSTR_VAL(ret); p < lim;) { in traverse_for_entities() 1116 ret = zend_string_init((char*)old, oldlen, 0); in php_unescape_html_entities() 1150 unsigned char *old, in find_entity_for_char() argument 1305 mbsequence = &old[cursor_before]; in php_escape_html_entities_ex() 1328 &rep_len, old, oldlen, &cursor); in php_escape_html_entities_ex() 1386 if (old[cursor] == '#') { /* numeric entity */ in php_escape_html_entities_ex() 1389 char *pos = (char*)&old[cursor+1]; in php_escape_html_entities_ex() 1397 ent_len = pos - (char*)&old[cursor]; in php_escape_html_entities_ex() [all …]
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | compress.c | 330 uncompressgzipped(struct magic_set *ms, const unsigned char *old, in uncompressgzipped() argument 333 unsigned char flg = old[3]; in uncompressgzipped() 341 data_start += 2 + old[data_start] + old[data_start + 1] * 256; in uncompressgzipped() 344 while(data_start < n && old[data_start]) in uncompressgzipped() 349 while(data_start < n && old[data_start]) in uncompressgzipped() 363 z.next_in = (Bytef *)strchr((const char *)old + data_start, in uncompressgzipped() 364 old[data_start]); in uncompressgzipped() 397 const unsigned char *old, unsigned char **newch, size_t n) in uncompressbuf() argument 406 return uncompressgzipped(ms, old, newch, n); in uncompressbuf() 459 if (swrite(fdin[1], old, n) != (ssize_t)n) { in uncompressbuf()
|
/PHP-7.1/tests/lang/ |
H A D | bug21961.phpt | 54 $x->getdrunk('The old Tavern'); 58 string(14) "The old Tavern"
|
/PHP-7.1/ext/reflection/tests/ |
H A D | ReflectionMethod_constructor_basic.phpt | 33 echo "\nInherited old-style constructor:\n"; 82 echo "\nRedefined old-style constructor:\n"; 98 Inherited old-style constructor: 116 Redefined old-style constructor:
|
/PHP-7.1/ext/soap/ |
H A D | php_xml.c | 95 zend_bool old; in soap_xmlParseFile() local 106 old = php_libxml_disable_entity_loader(1); in soap_xmlParseFile() 108 php_libxml_disable_entity_loader(old); in soap_xmlParseFile() 145 zend_bool old; in soap_xmlParseMemory() local 155 old = php_libxml_disable_entity_loader(1); in soap_xmlParseMemory() 157 php_libxml_disable_entity_loader(old); in soap_xmlParseMemory()
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | table.inc | 11 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link)); 16 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
|
H A D | clean_table.inc | 10 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_set.c | 209 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET() local 214 PHPDBG_G(oplog) = old; in PHPDBG_SET() 216 if (old) { in PHPDBG_SET() 218 fclose(old); in PHPDBG_SET()
|
/PHP-7.1/ext/opcache/ |
H A D | zend_shared_alloc.h | 157 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new); 158 void *zend_shared_alloc_get_xlat_entry(const void *old);
|
H A D | zend_accelerator_util_funcs.c | 30 # define accel_xlat_set(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_ui… argument 31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t… argument 33 # define accel_xlat_set(old, new) zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(… argument 34 # define accel_xlat_get(old) zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void… argument 163 zend_reference *old = Z_REF_P(src); in zend_clone_zval() local 164 ZVAL_NEW_REF(src, &old->val); in zend_clone_zval() 165 Z_REF_P(src)->gc = old->gc; in zend_clone_zval() 166 accel_xlat_set(old, Z_REF_P(src)); in zend_clone_zval()
|
/PHP-7.1/ext/sockets/tests/ |
H A D | bug46360.phpt | 9 die('skip old php, not eligible');
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fileinode_variation.phpt | 61 fclose( fopen("$file_path/old.txt", "w") ); 62 print( fileinode("$file_path/old.txt") )."\n"; 65 rename("$file_path/old.txt", "$file_path/new.txt");
|
/PHP-7.1/ext/openssl/tests/ |
H A D | openssl_encrypt_crash.phpt | 2 openssl_encrypt() crash with old OpenSSL
|
/PHP-7.1/ext/dom/tests/ |
H A D | DOMNode_replaceChild_basic.phpt | 19 echo "New child replaces old child:\n" . $document->saveXML(); 34 New child replaces old child:
|
/PHP-7.1/ext/standard/tests/serialize/ |
H A D | 005.phpt | 8 // This test verifies that old and new style (un)serializing do not interfere. 126 // Now we have __autoload(), that will be called before the old style header. 127 // If the old style handler also fails to register the class then the object
|