Searched refs:ph (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/hash/murmur/ |
H A D | PMurHash128.h | 31 void PMurHash128x64_Process(uint64_t ph[2], uint64_t pcarry[2], const void *key, int len); 32 void PMurHash128x64_Result(const uint64_t ph[2], const uint64_t pcarry[2], uint32_t total_length, u… 36 void PMurHash128x86_Process(uint32_t ph[4], uint32_t pcarry[4], const void *key, int len); 37 void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4], uint32_t total_length, u…
|
H A D | PMurHash128.c | 175 uint32_t h1 = ph[0]; in PMurHash128x86_Result() 176 uint32_t h2 = ph[1]; in PMurHash128x86_Result() 177 uint32_t h3 = ph[2]; in PMurHash128x86_Result() 178 uint32_t h4 = ph[3]; in PMurHash128x86_Result() 245 uint32_t h1 = ph[0]; in PMurHash128x86_Process() 412 ph[0] = h1; in PMurHash128x86_Process() 413 ph[1] = h2; in PMurHash128x86_Process() 414 ph[2] = h3; in PMurHash128x86_Process() 415 ph[3] = h4; in PMurHash128x86_Process() 623 ph[0] = h1; in PMurHash128x64_Process() [all …]
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | socket-close-on-exec.phpt | 33 $ph = popen("/bin/sh -c 'lsof -Pn -p$mypid' 2>&1 | grep TCP | grep '127.0.0.1:$fpmPort'", 'r'); 34 echo stream_get_contents($ph); 35 pclose($ph); 49 $ph = popen("/bin/sh -c 'lsof -Pn -p\$\$' 2>&1 | grep TCP | grep '127.0.0.1:$fpmPort'", 'r'); 50 var_dump(stream_get_contents($ph)); 51 pclose($ph);
|
/PHP-8.3/ext/com_dotnet/tests/ |
H A D | bug79332.phpt | 7 $ph = new COMPersistHelper(null); 9 $ph->LoadFromStream(fopen(__FILE__, 'r'));
|
H A D | bug66322.phpt | 18 $ph = new COMPersistHelper($doc); 20 $ph->SaveToFile($filename);
|
/PHP-8.3/ext/filter/tests/ |
H A D | 024.phpt | 8 var_dump(filter_var("\"<br>blah</ph>", FILTER_SANITIZE_ENCODED));
|
/PHP-8.3/ext/hash/ |
H A D | hash_snefru.c | 32 void ph(uint32_t h[16]) in ph() function 115 ph(input); in Snefru()
|
/PHP-8.3/main/streams/ |
H A D | plain_wrapper.c | 399 HANDLE ph = (HANDLE)_get_osfhandle(data->fd); in php_stdiop_read() local 407 if (!PeekNamedPipe(ph, NULL, 0, NULL, &avail_read, NULL)) { in php_stdiop_read()
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 2160 HashTable *ph; in _php_curl_setopt() local 2207 ph = Z_ARRVAL_P(zvalue); in _php_curl_setopt() 2208 ZEND_HASH_FOREACH_VAL(ph, current) { in _php_curl_setopt()
|
/PHP-8.3/ext/hash/tests/ |
H A D | fnv1a64.phpt | 274 array( 'O4B0JW@XP$hUC1IRR4"d\\BOw/~pH(KMX`ph,H)ex-OOQ`x%4.\'xkJI', '2e7bda1a61ef9b56' ),
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 30822 # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
|
H A D | magic私はガラスを食べられます | 30822 # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
|
Completed in 347 milliseconds