/PHP-7.0/tests/classes/ |
H A D | static_properties_undeclared_isset.phpt | 6 var_dump(isset(C::$p));
|
/PHP-7.0/Zend/ |
H A D | zend_portability.h | 360 # define free_alloca(p, use_heap) \ argument 361 do { if (UNEXPECTED(use_heap)) efree(p); } while (0) 365 # define do_alloca(p, use_heap) emalloc(p) argument 366 # define free_alloca(p, use_heap) efree(p) argument
|
H A D | zend_builtin_functions.c | 529 q = p; in ZEND_FUNCTION() 539 p++; in ZEND_FUNCTION() 545 q = p; in ZEND_FUNCTION() 555 p++; in ZEND_FUNCTION() 724 if (!p) { in ZEND_FUNCTION() 726 if (p) { in ZEND_FUNCTION() 738 p->orig_value = p->value; in ZEND_FUNCTION() 739 p->orig_modifiable = p->modifiable; in ZEND_FUNCTION() 742 } else if (p->orig_value != p->value) { in ZEND_FUNCTION() 2261 p++; in debug_backtrace_get_args() [all …]
|
H A D | zend_types.h | 371 #define GC_REFCOUNT(p) (p)->gc.refcount argument 372 #define GC_TYPE(p) (p)->gc.u.v.type argument 373 #define GC_FLAGS(p) (p)->gc.u.v.flags argument 374 #define GC_INFO(p) (p)->gc.u.v.gc_info argument 375 #define GC_TYPE_INFO(p) (p)->gc.u.type_info argument 691 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument 699 _res->ptr = (p); \ 705 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument 713 _res->ptr = (p); \ 770 #define ZVAL_PTR(z, p) do { \ argument [all …]
|
/PHP-7.0/ext/standard/ |
H A D | exec.c | 286 char *p = NULL; in php_escape_shell_cmd() local 314 if (!p && (p = memchr(str + x + 1, str[x], l - x - 1))) { in php_escape_shell_cmd() 316 } else if (p && *p == str[x]) { in php_escape_shell_cmd() 317 p = NULL; in php_escape_shell_cmd()
|
H A D | head.c | 135 const char *p; in php_setcookie() local 142 p = zend_memrchr(ZSTR_VAL(dt), '-', ZSTR_LEN(dt)); in php_setcookie() 143 if (!p || *(p + 5) != ' ') { in php_setcookie()
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testoutput11-16 | 447 /[\p{L}]/BM 451 2 [\p{L}] 456 /[\p{^L}]/BM 478 2 [\p{L}] 483 /[abc\p{L}\x{0660}]/8BM 492 /[\p{Nd}]/8BM 496 2 [\p{Nd}] 501 /[\p{Nd}+-]+/8BM 505 2 [+\-\p{Nd}]++ 646 2 [^\p{Nd}] [all …]
|
H A D | testoutput11-32 | 447 /[\p{L}]/BM 451 2 [\p{L}] 456 /[\p{^L}]/BM 478 2 [\p{L}] 483 /[abc\p{L}\x{0660}]/8BM 492 /[\p{Nd}]/8BM 496 2 [\p{Nd}] 501 /[\p{Nd}+-]+/8BM 505 2 [+\-\p{Nd}]++ 646 2 [^\p{Nd}] [all …]
|
H A D | testoutput11-8 | 447 /[\p{L}]/BM 451 3 [\p{L}] 456 /[\p{^L}]/BM 478 3 [\p{L}] 483 /[abc\p{L}\x{0660}]/8BM 492 /[\p{Nd}]/8BM 496 3 [\p{Nd}] 501 /[\p{Nd}+-]+/8BM 505 3 [+\-\p{Nd}]++ 646 3 [^\p{Nd}] [all …]
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 253 char *p; in fpm_conf_set_integer() local 256 for (p = val; *p; p++) { in fpm_conf_set_integer() 257 if (p == val && *p == '-') continue; in fpm_conf_set_integer() 258 if (*p < '0' || *p > '9') { in fpm_conf_set_integer() 271 char *p; 273 for (p = val; *p; p++) { 274 if ( p == val && *p == '-' ) continue; 275 if (*p < '0' || *p > '9') { 1076 char **p; in fpm_conf_process_all_pools() local 1079 for (p = options; *p; p++) { in fpm_conf_process_all_pools() [all …]
|
H A D | fpm_php_trace.c | 34 #define valid_ptr(p) ((p) && 0 == ((p) & (sizeof(long) - 1))) argument
|
/PHP-7.0/ext/posix/ |
H A D | posix.c | 586 char *p; in PHP_FUNCTION() local 590 if (NULL == (p = getlogin())) { in PHP_FUNCTION() 595 RETURN_STRING(p); in PHP_FUNCTION() 785 char *p; in PHP_FUNCTION() local 810 p = emalloc(buflen); in PHP_FUNCTION() 814 efree(p); in PHP_FUNCTION() 817 RETURN_STRING(p); in PHP_FUNCTION() 818 efree(p); in PHP_FUNCTION() 825 RETURN_STRING(p); in PHP_FUNCTION() 873 char *p; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/dba/libcdb/ |
H A D | cdb_make.c | 90 head->hp[head->num].p = c->pos; in cdb_make_addend() 200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish() 205 while (c->hash[where].p) in cdb_make_finish() 213 uint32_pack(buf + 4, c->hash[u].p); in cdb_make_finish()
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | chunk_split_variation8.phpt | 62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.::: 63 …::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::… 64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
|
H A D | strip_tags_variation8.phpt | 18 $strings = "<html>hello</html> \tworld... <p>strip_tags_test\v\f</p><?php hello\t wo\rrld?>";
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_soap.c | 92 char buf[128], *p; in parse_array_type_info() local 94 p = strchr(buf, '['); in parse_array_type_info() 95 if (p) { in parse_array_type_info() 96 *p = 0; in parse_array_type_info() 315 char* p = NULL; in xml_element_to_SOAP_REQUEST_worker() local 330 p = strchr(el->name, ':'); in xml_element_to_SOAP_REQUEST_worker() 331 if (p) { in xml_element_to_SOAP_REQUEST_worker() 332 methodname = p + 1; in xml_element_to_SOAP_REQUEST_worker()
|
/PHP-7.0/win32/ |
H A D | registry.c | 184 char *p, *orig_path; in UpdateIniFromRegistry() local 221 p = strchr(path, ':'); in UpdateIniFromRegistry() 222 if (p) { in UpdateIniFromRegistry() 223 *p = path[0]; /* replace the colon with the drive letter */ in UpdateIniFromRegistry() 224 path = p; /* make path point to the drive letter */ in UpdateIniFromRegistry()
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug35273.phpt | 23 …1:echoPerson><p xsi:type="ns2:Person"><name xsi:type="SOAP-ENC:string">Name</name><surname xsi:typ…
|
/PHP-7.0/ext/openssl/tests/ |
H A D | openssl_csr_get_subject_basic.phpt | 14 $dh_details = array('p' => $phex, 'g' => '2'); 16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
|
/PHP-7.0/ext/dom/tests/ |
H A D | dom005.phpt | 17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 46 #define mysqlnd_plugin_get_plugin_protocol_data(p, p_id) _mysqlnd_plugin_get_plugin_protocol_data((… argument
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | uasort_variation8.phpt | 18 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora… 53 ["p"]=> 63 ["p"]=>
|
H A D | bug51552.phpt | 5 function walk($element, $key, $p) {
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_oracle_nulls.phpt | 45 if ($have_procedures && (false !== $db->exec('DROP PROCEDURE IF EXISTS p')) && 46 …(false !== $db->exec("CREATE PROCEDURE p() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, TRIM(' ') as… 48 $stmt = $db->prepare('CALL p()'); 80 @$db->exec('DROP PROCEDURE IF EXISTS p');
|
/PHP-7.0/ext/opcache/ |
H A D | zend_shared_alloc.c | 138 if ((*shared_segments_p)[i]->p && (*shared_segments_p)[i]->p != (void *)-1) { in zend_shared_alloc_try() 324 …void *retval = (void *) (((char *) ZSMMG(shared_segments)[i]->p) + ZSMMG(shared_segments)[i]->pos); in zend_shared_alloc() 513 mprotect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode); in zend_accel_shared_protect() 527 if ((char*)ptr >= (char*)ZSMMG(shared_segments)[i]->p && in zend_accel_in_shm() 528 (char*)ptr < (char*)ZSMMG(shared_segments)[i]->p + ZSMMG(shared_segments)[i]->size) { in zend_accel_in_shm()
|