Home
last modified time | relevance | path

Searched refs:p (Results 426 – 450 of 824) sorted by relevance

1...<<11121314151617181920>>...33

/PHP-8.2/Zend/tests/
H A Dexception_013.phpt6 static private $p = 0;
16 var_dump(C::$p);
32 Exception: Cannot access private property C::$p in %sexception_013.php on line 13
H A Dbug54367.phpt20 echo $a['p']('foo');
23 string(1) "p"
H A Dgh10251.phpt10 $this->$p = $v;
24 Warning: Undefined variable $p in %s on line %d
/PHP-8.2/ext/phar/tests/
H A Dalias_acrobatics.phpt13 $p = new Phar($fname);
15 $p->setAlias('foo');
16 $p['unused'] = 'hi';
H A Dbug74991.phpt12 $p = new Phar('sample.phar');
14 $p['some/file'] = "<?php const MAXPATHLEN = 4096, OVERFLOW = 1, PATH = 'path'; set_include_path(str…
15 $p->setStub("<?php Phar::mapPhar('sample.phar'); __HALT_COMPILER();");
H A Dbug71488.phpt7 $p = new PharData(__DIR__."/bug71488.tar");
8 $newp = $p->decompress("test");
/PHP-8.2/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt12 exec('ps -p 1 -o "pid,nice"', $output, $exit_code);
14 die("skip ps -p is not available");
21 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.c836 zend_ssa_phi *p; in zend_ssa_rename() local
837 for (p = ssa_blocks[succ].phis; p; p = p->next) { in zend_ssa_rename()
849 p->sources[j] = var[p->var]; in zend_ssa_rename()
862 p->sources[j] = var[p->var]; in zend_ssa_rename()
869 for (p = ssa_blocks[succ].phis; p && (p->pi >= 0); p = p->next) { in zend_ssa_rename()
1117 while (p && p != phi) { in zend_ssa_compute_use_def_chains()
1118 p = zend_ssa_next_use_phi(ssa, phi->sources[0], p); in zend_ssa_compute_use_def_chains()
1120 if (!p) { in zend_ssa_compute_use_def_chains()
1143 while (p && p != phi) { in zend_ssa_compute_use_def_chains()
1144 p = zend_ssa_next_use_phi(ssa, phi->sources[j], p); in zend_ssa_compute_use_def_chains()
[all …]
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c122 zend_uchar * p = (zend_uchar *) buffer; in MYSQLND_METHOD() local
144 zend_uchar * uncompressed_payload = p; /* should include the header */ in MYSQLND_METHOD()
169 STORE_HEADER_SIZE(safe_storage, p); in MYSQLND_METHOD()
170 int3store(p, to_be_sent); in MYSQLND_METHOD()
171 int1store(p + 3, pfc->data->packet_no); in MYSQLND_METHOD()
173 RESTORE_HEADER_SIZE(p, safe_storage); in MYSQLND_METHOD()
178 p += to_be_sent; in MYSQLND_METHOD()
320 zend_uchar * p = buffer; in MYSQLND_METHOD() local
330 p += to_read_from_buffer; in MYSQLND_METHOD()
370 DBG_RETURN(pfc->data->m.receive(pfc, vio, p, to_read, conn_stats, error_info)); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_plugin.c26 static enum_func_status mysqlnd_example_plugin_end(void * p);
67 enum_func_status mysqlnd_example_plugin_end(void * p) in mysqlnd_example_plugin_end() argument
69 struct st_mysqlnd_typeii_plugin_example * plugin = (struct st_mysqlnd_typeii_plugin_example *) p; in mysqlnd_example_plugin_end()
/PHP-8.2/ext/date/tests/
H A DDatePeriod_serialize-004.phpt9 $p = new DatePeriod($s, $i, 7, DatePeriod::EXCLUDE_START_DATE);
11 var_dump($p);
14 foreach ( $p as $d )
20 $s = serialize($p);
28 var_dump($p->__serialize());
31 foreach ( $p as $d )
H A Ddate_format_timezone.phpt16 var_dump( date_format($date, "p") );
22 var_dump( date_format($date, "p") );
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt42 $db->exec('DROP PROCEDURE IF EXISTS p');
43 …$db->exec('CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) BEGIN SELECT VERSION() INTO ver_param; EN…
44 $db->exec('CALL p(@VERSION)');
53 $db->exec('DROP PROCEDURE IF EXISTS p');
54 …$db->exec('CREATE PROCEDURE p() BEGIN SELECT id FROM test ORDER BY id ASC LIMIT 3; SELECT id, labe…
55 $stmt = $db->query('CALL p()');
63 $stmt = $db->query('CALL p()');
102 @$db->exec('DROP PROCEDURE IF EXISTS p');
/PHP-8.2/ext/posix/
H A Dposix.c254 char *p; in PHP_FUNCTION() local
263 RETURN_STRING(p); in PHP_FUNCTION()
446 char *p; in PHP_FUNCTION() local
475 p = emalloc(buflen); in PHP_FUNCTION()
482 p = erealloc(p, buflen); in PHP_FUNCTION()
486 efree(p); in PHP_FUNCTION()
489 RETVAL_STRING(p); in PHP_FUNCTION()
490 efree(p); in PHP_FUNCTION()
496 RETURN_STRING(p); in PHP_FUNCTION()
542 char *p; in PHP_FUNCTION() local
[all …]
/PHP-8.2/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt13 $p = new Phar($fname);
15 $p->setAlias('foo');
16 $p['unused'] = 'hi';
/PHP-8.2/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt13 $p = new Phar($fname);
15 $p->setAlias('foo');
16 $p['unused'] = 'hi';
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c868 unsigned char *p = *in, *e = p + *in_len; in mb_sjis_docomo_to_wchar() local
883 if (p == e) { in mb_sjis_docomo_to_wchar()
947 *in = p; in mb_sjis_docomo_to_wchar()
1101 unsigned char *p = *in, *e = p + *in_len; in mb_sjis_kddi_to_wchar() local
1114 if (p == e) { in mb_sjis_kddi_to_wchar()
1178 *in = p; in mb_sjis_kddi_to_wchar()
1350 unsigned char *p = *in, *e = p + *in_len; in mb_sjis_sb_to_wchar() local
1362 if (p == e || *p++ != '$' || p == e) { in mb_sjis_sb_to_wchar()
1377 c = *p++; in mb_sjis_sb_to_wchar()
1421 if (p == e) { in mb_sjis_sb_to_wchar()
[all …]
H A Dmbfilter_base64.c253 unsigned char *p = *in, *e = p + *in_len; in mb_base64_to_wchar() local
258 while (p < e && (limit - out) >= 3) { in mb_base64_to_wchar()
259 unsigned char c = *p++; in mb_base64_to_wchar()
281 if (p == e) { in mb_base64_to_wchar()
295 *in_len = e - p; in mb_base64_to_wchar()
296 *in = p; in mb_base64_to_wchar()
/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_util.c335 char *p, *e; in grapheme_strrpos_ascii() local
338 p = haystack + offset; in grapheme_strrpos_ascii()
341 p = haystack; in grapheme_strrpos_ascii()
351 while (e >= p) { in grapheme_strrpos_ascii()
353 return (e - p + (offset > 0 ? offset : 0)); in grapheme_strrpos_ascii()
360 while (e >= p) { in grapheme_strrpos_ascii()
362 return (e - p + (offset > 0 ? offset : 0)); in grapheme_strrpos_ascii()
/PHP-8.2/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt12 ����<���?���p���h���p���
/PHP-8.2/ext/standard/tests/array/
H A Duasort_variation8.phpt12 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
40 ["p"]=>
50 ["p"]=>
/PHP-8.2/ext/standard/
H A Dphp_var.h35 PHPAPI int php_var_unserialize(zval *rval, const unsigned char **p, const unsigned char *max, php_u…
36 PHPAPI int php_var_unserialize_ref(zval *rval, const unsigned char **p, const unsigned char *max, p…
37 PHPAPI int php_var_unserialize_intern(zval *rval, const unsigned char **p, const unsigned char *max…
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcompress.c233 unsigned char *p; in format_decompression_error() local
239 for (p = buf; *p; p++) in format_decompression_error()
240 if (!isalnum(*p)) in format_decompression_error()
241 *p = '-'; in format_decompression_error()
765 char *p; in filter_error() local
774 *p = '\0'; in filter_error()
776 *p = '\0'; in filter_error()
778 ++p; in filter_error()
780 p++; in filter_error()
781 n = strlen(p); in filter_error()
[all …]
/PHP-8.2/Zend/tests/type_declarations/literal_types/
H A Dtrue_no_coercion_on_overload.phpt18 $p = new P();
21 var_dump($p->foo(1));
H A Dfalse_no_coercion_on_overload.phpt18 $p = new P();
21 var_dump($p->foo(0));

Completed in 62 milliseconds

1...<<11121314151617181920>>...33