/PHP-8.0/ext/pcntl/tests/ |
H A D | 003.phpt | 16 var_dump(count($old)); 17 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old); 18 var_dump(count($old)); 19 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old); 20 var_dump(count($old)); 21 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old); 22 var_dump(count($old)); 23 pcntl_sigprocmask(SIG_SETMASK, array(), $old); 24 var_dump(count($old)); 27 pcntl_sigprocmask(SIG_SETMASK, $prev, $old); [all …]
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 37 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 42 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set() 63 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 68 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set() 98 static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_64() argument 100 __asm__ __volatile__("casx [%2], %3, %0 " : "=&r"(new) : "0"(new), "r"(lock), "r"(old): "memory"); in atomic_cas_64() 106 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 108 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set() 115 static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_32() argument 117 __asm__ __volatile__("cas [%2], %3, %0 " : "=&r"(new) : "0"(new), "r"(lock), "r"(old): "memory"); in atomic_cas_32() [all …]
|
/PHP-8.0/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-8.0/ext/reflection/tests/ |
H A D | bug79487.phpt | 14 public static $a = 'A old'; 17 public static $b = 'B old'; 31 string(5) "B old"
|
/PHP-8.0/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 | bug79818.phpt | 2 Bug #79818: BIND_STATIC frees old variable value too early
|
/PHP-8.0/scripts/dev/ |
H A D | bless_tests.php | 106 $result[] = $elem->old; 138 public $old; variable in DiffElem 142 public function __construct(int $type, $old, $new) { argument 144 $this->old = $old; 165 * @param array $old Original array 170 public function diff(array $old, array $new) { argument 171 list($trace, $x, $y) = $this->calculateTrace($old, $new); 172 return $this->extractDiff($trace, $x, $y, $old, $new);
|
/PHP-8.0/docs/ |
H A D | output-api.md | 1 # API adjustment to the old output control code 23 // not possible with old API 38 // not possible with old API 46 // not possible with old API 82 // not possible with old API, unless hardcoding into output.c 86 // not possible with old API 90 // not possible with old API 94 //not possible with old API 98 // not possible with old API 102 // not possible with old API [all …]
|
/PHP-8.0/ext/session/tests/ |
H A D | bug79413.phpt | 10 $old = session_id(); 12 var_dump($new !== $old);
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug79254.phpt | 6 $old = getenv(); 12 var_dump(array_diff($new, $old));
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 529 unsigned char flg = old[3]; in uncompressgzipped() 535 data_start += 2 + old[data_start] + old[data_start + 1] * 256; in uncompressgzipped() 538 while(data_start < *n && old[data_start]) in uncompressgzipped() 543 while(data_start < *n && old[data_start]) in uncompressgzipped() 554 old += data_start; in uncompressgzipped() 570 z.next_in = CCAST(Bytef *, old); in uncompresszlib() 662 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib() 737 writechild(int fd, const void *old, size_t n) in writechild() argument 752 if (swrite(fd, old, n) != CAST(ssize_t, n)) { in writechild() 833 return uncompressbzlib(old, newch, bytes_max, n); in uncompressbuf() [all …]
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | bug49649.phpt | 15 * public $notThere = 'old'; 45 string(3) "old"
|
H A D | bug49649_1.phpt | 15 * public $notThere = 'old'; 45 string(3) "old"
|
H A D | bug49649_2.phpt | 15 * public $notThere = 'old'; 45 string(3) "old"
|
/PHP-8.0/ext/standard/ |
H A D | html.h | 47 PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int … 48 PHPAPI zend_string *php_escape_html_entities_ex(const unsigned char *old, size_t oldlen, int all, i…
|
H A D | html.c | 820 const char *old, in traverse_for_entities() argument 833 lim = old + oldlen; /* terminator address */ in traverse_for_entities() 836 for (p = old, q = ZSTR_VAL(ret); p < lim;) { in traverse_for_entities() 1028 const unsigned char *old, in find_entity_for_char() argument 1182 mbsequence = &old[cursor_before]; in php_escape_html_entities_ex() 1205 &rep_len, old, oldlen, &cursor); in php_escape_html_entities_ex() 1263 if (old[cursor] == '#') { /* numeric entity */ in php_escape_html_entities_ex() 1266 char *pos = (char*)&old[cursor+1]; in php_escape_html_entities_ex() 1274 ent_len = pos - (char*)&old[cursor]; in php_escape_html_entities_ex() 1277 const char *start = (const char *) &old[cursor], in php_escape_html_entities_ex() [all …]
|
/PHP-8.0/tests/lang/ |
H A D | bug21961.phpt | 52 $x->getdrunk('The old Tavern'); 56 string(14) "The old Tavern"
|
/PHP-8.0/ext/soap/ |
H A D | php_xml.c | 92 zend_bool old; in soap_xmlParseFile() local 102 old = php_libxml_disable_entity_loader(1); in soap_xmlParseFile() 104 php_libxml_disable_entity_loader(old); in soap_xmlParseFile() 141 zend_bool old; in soap_xmlParseMemory() local 150 old = php_libxml_disable_entity_loader(1); in soap_xmlParseMemory() 152 php_libxml_disable_entity_loader(old); in soap_xmlParseMemory()
|
/PHP-8.0/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));
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_set.c | 207 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET() local 212 PHPDBG_G(oplog) = old; in PHPDBG_SET() 214 if (old) { in PHPDBG_SET() 216 fclose(old); in PHPDBG_SET()
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | fileinode_variation.phpt | 57 fclose( fopen("$file_path/old.txt", "w") ); 58 print( fileinode("$file_path/old.txt") )."\n"; 61 rename("$file_path/old.txt", "$file_path/new.txt");
|
/PHP-8.0/ext/openssl/tests/ |
H A D | openssl_encrypt_crash.phpt | 2 openssl_encrypt() crash with old OpenSSL
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_ereg_search_invalid_pattern.phpt | 2 mb_ereg_search() with invalid pattern should discard old matches
|
/PHP-8.0/ext/opcache/ |
H A D | shared_alloc_win32.c | 188 DWORD old; in zend_shared_alloc_reattach() local 190 if (!VirtualProtect(mapping_base, requested_size, PAGE_READWRITE, &old)) { in zend_shared_alloc_reattach() 315 DWORD old; in create_segments() local 317 if (!VirtualProtect(mapping_base, requested_size, PAGE_READWRITE, &old)) { in create_segments()
|
/PHP-8.0/ext/curl/ |
H A D | config.m4 | 29 AC_MSG_CHECKING([for libcurl linked against old openssl]) 58 AC_DEFINE([HAVE_CURL_OLD_OPENSSL], [1], [Have cURL with old OpenSSL])
|