Home
last modified time | relevance | path

Searched refs:ptr (Results 226 – 230 of 230) sorted by relevance

12345678910

/PHP-8.1/Zend/
H A Dzend_language_parser.y287 %type <ptr> backup_lex_pos
H A Dzend_vm_execute.h2846 zval *ptr = get_zval_ptr(opline->op1_type, opline->op1, BP_VAR_R); in ZEND_EXIT_SPEC_HANDLER() local
2849 if (Z_TYPE_P(ptr) == IS_LONG) { in ZEND_EXIT_SPEC_HANDLER()
2850 EG(exit_status) = Z_LVAL_P(ptr); in ZEND_EXIT_SPEC_HANDLER()
2852 if ((opline->op1_type & (IS_VAR|IS_CV)) && Z_ISREF_P(ptr)) { in ZEND_EXIT_SPEC_HANDLER()
2853 ptr = Z_REFVAL_P(ptr); in ZEND_EXIT_SPEC_HANDLER()
2854 if (Z_TYPE_P(ptr) == IS_LONG) { in ZEND_EXIT_SPEC_HANDLER()
2855 EG(exit_status) = Z_LVAL_P(ptr); in ZEND_EXIT_SPEC_HANDLER()
2859 zend_print_zval(ptr, 0); in ZEND_EXIT_SPEC_HANDLER()
48500 ref->sources.ptr = NULL; in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c167 typedef void*(*lua_Alloc)(void*ud,void*ptr,size_t osize,size_t nsize);
6199 static void*l_alloc(void*ud,void*ptr,size_t osize,size_t nsize){
6203 free(ptr);
6207 return realloc(ptr,nsize);
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic17516 >>>0 use os2-ptr
17518 >>>0 use os2-ptr
17520 0 name os2-ptr
17524 !:ext ptr
H A Dmagic私はガラスを食べられます17516 >>>0 use os2-ptr
17518 >>>0 use os2-ptr
17520 0 name os2-ptr
17524 !:ext ptr

Completed in 254 milliseconds

12345678910