Home
last modified time | relevance | path

Searched refs:x (Results 151 – 175 of 1819) sorted by last modified time

12345678910>>...73

/php-src/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt81 $x = phpdbg_get_executable();
84 var_dump($x[$filename]);
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt41 if( $x ) {
/php-src/ext/opcache/tests/jit/
H A Dcast_001.phpt13 function foo (?int $x = null) {
14 $a = (array)$x;
H A Dsend_var_ex_002.phpt10 $x = 0;
11 test(a: $x);
12 var_dump($x);
H A Dqm_assign_004.phpt15 $tmp = 'x'.$flags;
/php-src/Zend/tests/
H A Dns_074.phpt8 $x = function (?\stdclass $x = NULL) {
9 var_dump($x);
14 $x(NULL);
15 $x(new stdclass);
16 $x(new \stdclass);
H A Dns_071.phpt9 public function __construct(?array $x = NULL) {
10 var_dump($x);
21 Fatal error: Uncaught TypeError: foo\bar::__construct(): Argument #1 ($x) must be of type ?array, s…
H A Dns_072.phpt13 public function __construct(?foo $x = NULL) {
14 var_dump($x);
33 Fatal error: Uncaught TypeError: foo\bar::__construct(): Argument #1 ($x) must be of type ?foo\foo,…
H A Dns_070.phpt9 public function __construct(?\stdclass $x = NULL) {
10 var_dump($x);
/php-src/ext/curl/
H A Dconfig.w329 var reg = /LIBCURL_VERSION_NUM\s+(0x[a-z0-9]+)/gi;
/php-src/ext/pcre/tests/
H A Dpreg_match_caseless_restrict.phpt26 var_dump(preg_match('/A\x{17f}\x{212a}Z/iu', 'AskZ')); // match
27 var_dump(preg_match('/A\x{17f}\x{212a}Z/iur', 'AskZ')); // no match
40 var_dump(preg_match('/[\x{17f}\x{212a}]+/iur', 'AskZ')); // no match
41 var_dump(preg_match('/[\x{17f}\x{212a}]+/iu', 'AskZ')); // match
51 var_dump(preg_match('/[^\x{17f}]+/iur', "AsSZ")); // match
52 var_dump(preg_match('/[^\x{17f}]+/iu', "AsSZ")); // match
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt9 $doc1->loadXML("<p><b>hi<i attrib=\"1\">x</i></b>world</p>");
131 <div><b>hi<i attrib="1">x</i></b></div>
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c718 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; in type_to_name_native() argument
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c64 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/php-src/ext/gd/libgd/
H A Dgd.c638 for (x = 0; x < to->sx; x++) { in gdImagePaletteCopy()
1243 for (x = x1; x <= x2; x++) { in gdImageAALine()
1734 for (x = mx-a; x <= mx+a; x++) { in gdImageFilledEllipse()
2014 for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) { in _gdImageFillTiled()
2041 for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++); in _gdImageFillTiled()
2170 for (x = x1; (x <= x2); x++) { in _gdImageFilledHRectangle()
2215 for (x = x1; (x <= x2); x++) { in _gdImageFilledVRectangle()
2242 for (x = 0; (x < w); x++) { in gdImageCopy()
2252 for (x = 0; (x < w); x++) { in gdImageCopy()
2874 for (x = 0; x < sx; x++) { in gdImageCompare()
[all …]
H A Dgd_interpolation.c294 x=(-x); in KernelBessel_Order1()
464 if (x < 1.0) return ((2.0 * x - 3) * x * x + 1.0 ); in filter_hermite()
482 if (x < 0.5) return (0.75 - x*x); in filter_bell()
505 return(KM_P0+x*x*(KM_P2-x*KM_P3)); in filter_mitchell()
507 return(KM_P0+x*x*(KM_P2+x*KM_P3)); in filter_mitchell()
531 if (x <= 1.5) return (x * x - 2.5* x + 1.5); in filter_quadratic()
548 if (x <= 0) c = 0.0f; else c = x*x*x; in filter_bspline()
562 if (x <= 1.5) return (0.5 * x * x - 1.5 * x + 1.125); in filter_quadratic_bspline()
2348 for (x = 0; x <= end_x; x++) { in gdTransformAffineCopy()
2369 for (x = 0; x <= end_x; x++) { in gdTransformAffineCopy()
[all …]
/php-src/ext/standard/
H A Dstring.c4070 static zend_always_inline quad_word aarch64_contains_slash_chars(uint8x16_t x) { argument
4071 uint8x16_t s0 = vceqq_u8(x, vdupq_n_u8('\0'));
4072 uint8x16_t s1 = vceqq_u8(x, vdupq_n_u8('\''));
4073 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"'));
4074 uint8x16_t s3 = vceqq_u8(x, vdupq_n_u8('\\'));
4161 uint8x16_t x = vld1q_u8((uint8_t *)source); local
4162 res = aarch64_contains_slash_chars(x);
4166 vst1q_u8((uint8_t*)target, x);
4212 uint8x16_t x = vld1q_u8((uint8_t *)str); local
4214 vst1q_u8(q.mem, vceqq_u8(x, vdupq_n_u8('\\')));
[all …]
/php-src/ext/session/
H A Dphp_session.h61 #define PS_GC_FUNC(x) zend_long ps_gc_##x(PS_GC_ARGS) argument
77 #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \
78 ps_delete_##x, ps_gc_##x, php_session_create_id, \
94 #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \
95 ps_delete_##x, ps_gc_##x, ps_create_sid_##x, \
112 #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \
113 ps_delete_##x, ps_gc_##x, ps_create_sid_##x, \
114 ps_validate_sid_##x, ps_update_timestamp_##x
232 #define PS_SERIALIZER_ENCODE_NAME(x) ps_srlzr_encode_##x argument
233 #define PS_SERIALIZER_DECODE_NAME(x) ps_srlzr_decode_##x argument
[all …]
/php-src/ext/pgsql/
H A Dconfig.m415 if test -x $i/pg_config; then
/php-src/ext/pdo_pgsql/
H A Dconfig.m417 if test -x $i/pg_config; then
/php-src/TSRM/
H A Dthreads.m4129 if test "x$ac_cv_pthreads_cflags" != "x" || test "x$ac_cv_pthreads_lib" != "x"; then
/php-src/.github/actions/test-libmysqlclient/
H A Daction.yml10 set -x
/php-src/ext/spl/
H A Dspl_heap.c165 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp() argument
166 zval *a = x, *b = y; in spl_ptr_heap_zval_max_cmp()
188 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp() argument
189 zval *a = x, *b = y; in spl_ptr_heap_zval_min_cmp()
211 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp() argument
212 spl_pqueue_elem *a = x; in spl_ptr_pqueue_elem_cmp()
240 static int spl_ptr_pqueue_elem_cmp_long(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_long() argument
241 zend_long a = Z_LVAL(((spl_pqueue_elem*) x)->priority); in spl_ptr_pqueue_elem_cmp_long()
247 static int spl_ptr_pqueue_elem_cmp_double(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_double() argument
248 double a = Z_DVAL(((spl_pqueue_elem*) x)->priority); in spl_ptr_pqueue_elem_cmp_double()
/php-src/.github/actions/setup-caddy/
H A Daction.yml9 set -x
11 sudo chmod +x /usr/bin/caddy
/php-src/Zend/
H A Dzend_alloc.h84 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
87 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_DEF, x, y)
109 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
112 ZEND_MM_BINS_INFO(_ZEND_BIN_DEALLOCATOR_DEF, x, y)

Completed in 93 milliseconds

12345678910>>...73