/PHP-7.0/ext/mysqli/ |
H A D | mysqli_libmysql.h | 42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysql_change_user((c), (u), (p), (d)) argument
|
/PHP-7.0/tests/classes/ |
H A D | autoload_015.phpt | 14 new ReflectionProperty('UndefC', 'p');
|
H A D | autoload_016.phpt | 16 $rc->getProperty("UndefC::p");
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_multi_stmt_nextrowset.phpt | 32 $db->exec('DROP PROCEDURE IF EXISTS p'); 33 …$db->exec('CREATE PROCEDURE p() BEGIN SELECT id FROM test ORDER BY id ASC LIMIT 3; SELECT id, labe… 34 $stmt = $db->query('CALL p()'); 75 @$db->exec('DROP PROCEDURE IF EXISTS p');
|
/PHP-7.0/ext/json/tests/ |
H A D | pass001.phpt | 51 \" s p a c e d \" :[1,2 , 3 134 " s p a c e d " :[1,2 , 3 239 [" s p a c e d "]=> 377 [" s p a c e d "]=> 432 …ttp:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5… 434 …ttp:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5… 519 [" s p a c e d "]=> 657 [" s p a c e d "]=>
|
/PHP-7.0/ext/dba/libcdb/ |
H A D | cdb_make.h | 33 uint32 p; member
|
/PHP-7.0/Zend/ |
H A D | zend_API.c | 1000 p++; in zend_parse_method_parameters() 1033 p++; in zend_parse_method_parameters_ex() 1099 zval *p; in zend_update_class_constants() local 2540 while (*p) { in zend_activate_modules() 2547 p++; in zend_activate_modules() 2581 p++; in zend_deactivate_modules() 2592 while (*p) { in zend_cleanup_internal_classes() 2594 p++; in zend_cleanup_internal_classes() 2630 while (*p) { in zend_post_deactivate_modules() 2634 p++; in zend_post_deactivate_modules() [all …]
|
H A D | zend_gc.h | 138 #define GC_REMOVE_FROM_BUFFER(p) do { \ in END_EXTERN_C() argument 139 zend_refcounted *_p = (zend_refcounted*)(p); \ in END_EXTERN_C()
|
/PHP-7.0/ext/phar/tests/ |
H A D | bug71498.phpt | 8 $p = new PharData(__DIR__."/bug71498.zip");
|
H A D | bug73764.phpt | 9 $p = Phar::LoadPhar('bug73764.phar', 'alias.phar');
|
H A D | bug73768.phpt | 9 $p = Phar::LoadPhar('bug73768.phar', 'alias.phar');
|
/PHP-7.0/ext/iconv/ |
H A D | iconv.c | 426 if (p) { in php_iconv_output_handler() 1358 const unsigned char *p; in _php_iconv_mime_encode() local 1425 for (p = (unsigned char *)buf; p < (unsigned char *)out_p; p++) { in _php_iconv_mime_encode() 1438 for (p = (unsigned char *)buf; p < (unsigned char *)out_p; p++) { in _php_iconv_mime_encode() 2379 char *p, *limit; in PHP_FUNCTION() local 2392 for (p = ZSTR_VAL(decoded_header.s); p < limit; p++) { in PHP_FUNCTION() 2393 if (*p == ':') { in PHP_FUNCTION() 2394 *p = '\0'; in PHP_FUNCTION() 2398 while (++p < limit) { in PHP_FUNCTION() 2399 if (*p != ' ' && *p != '\t') { in PHP_FUNCTION() [all …]
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_hash.c | 248 zip_hash_entry_t *p; in _zip_hash_revert() local 255 p = entry; in _zip_hash_revert() 258 free(p); in _zip_hash_revert()
|
/PHP-7.0/ext/pcre/tests/ |
H A D | skip.ini | 13 [No support for \p support PCRE library]
|
/PHP-7.0/ext/date/tests/ |
H A D | 009_win32.phpt | 22 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t)); 32 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
|
H A D | 009.phpt | 17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V… 25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
|
/PHP-7.0/ext/wddx/tests/ |
H A D | 005.phpt | 16 if (($p = strpos($save_path, ';')) !== false) { 17 $save_path = substr($save_path, ++$p);
|
H A D | 004.phpt | 16 if (($p = strpos($save_path, ';')) !== false) { 17 $save_path = substr($save_path, ++$p);
|
/PHP-7.0/ext/hash/ |
H A D | php_hash.h | 94 #define PHP_HASH_HAVAL_OPS(p,b) extern const php_hash_ops php_hash_##p##haval##b##_ops; argument
|
/PHP-7.0/tests/basic/ |
H A D | timeout_variation_2.phpt | 14 function cb(&$i, $k, $p)
|
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 562 r->p = p; in RSA_set0_factors() 586 *p = r->p; in RSA_get0_factors() 599 *p = dh->p; in DH_get0_pqg() 606 dh->p = p; in DH_set0_pqg() 629 *p = d->p; in DSA_get0_pqg() 636 d->p = p; in DSA_set0_pqg() 2104 const unsigned char *p; in openssl_x509v3_subjectAltName() local 3819 if (p == NULL) { in php_openssl_is_private_key() 3887 if ((p || q) && !RSA_set0_factors(rsa, p, q)) { in php_openssl_pkey_init_and_assign_rsa() 3914 if (!p || !q || !g || !DSA_set0_pqg(dsa, p, q, g)) { in php_openssl_pkey_init_dsa() [all …]
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | bug73949.phpt | 17 $i=mysqli_connect('p:'.$host, $user, $passwd, $db);
|
/PHP-7.0/ext/intl/tests/ |
H A D | breakiter_getText_error.phpt | 11 $bi = new IntlRuleBasedBreakIterator('[\p{Letter}]+;');
|
/PHP-7.0/ext/pdo_sqlite/tests/ |
H A D | bug46542.phpt | 10 { function __call($m, $p) {print __CLASS__."::$m\n";} }
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | var_export_error2.phpt | 11 @$obj->p =& $obj;
|