Home
last modified time | relevance | path

Searched refs:pname (Results 1 – 25 of 136) sorted by path

123456

/php-src/Zend/
H A Dzend_API.c1710 zend_string *pname = zend_string_init(prop_name, prop_name_len, 0); in object_properties_load() local
1717 property_info = zend_get_property_info(object->ce, pname, 1); in object_properties_load()
1718 zend_string_release_ex(pname, 0); in object_properties_load()
/php-src/ext/mbstring/
H A Dphp_mbregex.c369 static OnigEncoding _php_mb_regex_name2mbctype(const char *pname) in _php_mb_regex_name2mbctype() argument
374 if (pname == NULL || !*pname) { in _php_mb_regex_name2mbctype()
380 if (strcasecmp(p, pname) == 0) { in _php_mb_regex_name2mbctype()
/php-src/ext/mysqli/
H A Dmysqli.c45 while (b[i].pname != NULL) { \
46 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
295 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property() argument
298 p.name = zend_string_init_interned(pname, pname_len, 1); in mysqli_add_property()
H A Dphp_mysqli_structs.h100 const char *pname; member
/php-src/ext/openssl/
H A Dopenssl.c2173 char * pname; in PHP_FUNCTION() local
2188 pname = useshortnames ? X509_PURPOSE_get0_sname(purp) : X509_PURPOSE_get0_name(purp); in PHP_FUNCTION()
2189 add_index_string(&subsub, 2, pname); in PHP_FUNCTION()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c301 char pname[254], ident[253], ident2[253]; in php_firebird_preprocess() local
393 strncpy(pname, start, l); in php_firebird_preprocess()
394 pname[l] = '\0'; in php_firebird_preprocess()
399 zend_hash_str_update(named_params, pname, l, &tmp); in php_firebird_preprocess()
/php-src/ext/phar/tests/
H A D011.phpt10 $pname = 'phar://' . $fname;
H A D012.phpt11 $pname = 'phar://' . $fname;
H A D013.phpt10 $pname = 'phar://' . $fname;
18 echo file_get_contents($pname.'/a');
H A D014.phpt10 $pname = 'phar://' . $fname;
18 echo file_get_contents($pname.'/a');
H A D015.phpt11 $pname = 'phar://' . $fname;
18 echo file_get_contents($pname .'/a');
H A D015b.phpt11 $pname = 'phar://' . $fname;
18 var_dump(file_get_contents($pname . '/a'));
H A D016.phpt11 $pname = 'phar://' . $fname;
23 var_dump(file_get_contents($pname . '/a'));
24 var_dump(file_get_contents($pname . '/b'));
25 var_dump(file_get_contents($pname . '/c'));
26 var_dump(file_get_contents($pname . '/d'));
H A D016b.phpt11 $pname = 'phar://' . $fname;
19 echo file_get_contents($pname . '/a');
H A D017.phpt10 $pname = 'phar://' . $fname;
21 include $pname;
H A D018.phpt10 $pname = 'phar://' . $fname;
H A D019.phpt11 $pname = 'phar://' . $fname;
H A D019b.phpt10 $pname = 'phar://' . $fname;
H A D019c.phpt10 $pname = 'phar://' . $fname;
H A D020.phpt10 $pname = 'phar://' . $fname;
H A D021.phpt10 $pname = 'phar://' . $fname;
H A D022.phpt10 $pname = 'phar://' . $fname;
H A D023.phpt10 $pname = 'phar://' . $fname;
20 var_dump(file_get_contents($pname . '/a.php'));
21 var_dump(file_get_contents($pname . '/b.php'));
22 var_dump(file_get_contents($pname . '/b/c.php'));
H A D024-opcache-win32.phpt27 $pname = 'phar://' . $fname;
37 include $pname . '/a.php';
38 include $pname . '/b.php';
39 include $pname . '/b/c.php';
H A D024.phpt10 $pname = 'phar://' . $fname;
20 include $pname . '/a.php';
21 include $pname . '/b.php';
22 include $pname . '/b/c.php';

Completed in 77 milliseconds

123456